ComponentOne Xamarin.Android
Item Property (C1SelectCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1SelectCollectionView<S,T> Class : Item Property
The index.
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
 
Public Overrides ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
'Usage
 
Dim instance As C1SelectCollectionView(Of S,T)
Dim index As Integer
Dim value As T
 
value = instance.Item(index)
public override T this[ 
   int index
]; {get;}

Parameters

index
The index.

Property Value

The item at the specified position.
See Also

Reference

C1SelectCollectionView<S,T> Class
C1SelectCollectionView<S,T> Members